Xbasic

INET::SSLSocket::Write Method

Syntax

Result_Flag as L = Write(Data as C [, Length as N])

Arguments

Result_Flag

TRUE (.T.) if the operation was successful; otherwise FALSE (.F.).

Data

Character data to write to the connection.

Length

The number of characters to write.

Description

The INET::SSLSocket::Write() method writes character data to the connection.

Example

Refer to INET::SSLSocket Object

See Also